home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / DVIM72-Mac 1.9.6 / source / Copy_banded.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-14  |  130 b   |  5 lines  |  [TEXT/R*ch]

  1. extern Boolean        g_print_by_bands;
  2.  
  3. void Copy_banded( BitMap *source_map, BitMap *dest_map,
  4.     Rect *source_rect, Rect *dest_rect );
  5.